shortcuts: Update title and section-names properly
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Nov 2015 03:03:39 +0000 (22:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 23 Nov 2015 03:41:48 +0000 (22:41 -0500)
commit520da80bd01c35327d54e859671d1026eec0eeaa
tree824ad22ac1dde32bcedced510e5dacc04762f313
parent3ee99423d7acd7ef1ab9e511f7a20079c8a11fa8
shortcuts: Update title and section-names properly

The current code in gtkshortcutswindow.c is good enough to
construct a widget once from a .ui file, but fails to handle
changes at runtime, as happen e.g. in glade. Fix this by
listening for changes to section-name and title.
gtk/gtkshortcutswindow.c